<style>
* {box-sizing: border-box}


/* SPORTS SCROLL NAVIGATION MENU */

div.live-casino-scroll {
	background-color: #333;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	height: auto;
	margin: 0px 0px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

div.live-casino-scroll::-webkit-scrollbar {
	display: none;
}

div.live-casino-scroll a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}

div.live-casino-scroll a:hover {
	background-color: #777;
}

.live-casino-tab {
	min-width: 100%;
	max-width: auto;
	font-weight: normal;
	background-color: #3b3b3b;
	color: #b8b6b5;
	float: center;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	display: inline-flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

.live-casino-tab button {
	width: 72px;
    color: #b8b6b5;
    border-radius: 5px;
    background-color: #3b3b3b;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 2px 3px 2px;
    transition: 0.3s;
    font-size: 10px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    margin: 5px 0px 5px 0px;
}

.live-casino-tab button:hover {
	font-weight: normal;
	color: #e5e3e3;
	background-color: #4c4c4b;
	border-radius: 5px;
}

.live-casino-tab button.active {
	background-color: #333;
	color: #eabd31;
	border-radius: 5px;
	font-weight: bold;
}

.tabcontent {
	border: none;
	display: none;
	padding: 0px 0px;
	margin: 5px 5px 5px 5px;
	z-index: 2;
}

.casino-category-icon,
.fa-star.casino-category-icon {
	font-size: 24px;
	padding-bottom: 5px;
}
}

</style>

